a:focus {
  outline: none;
}

.main_menu {
  display: block;
}

.demo-title {
  white-space: nowrap;
}

.navbar_outer {
  width: 100%;
  height: 5.625rem;
  display: flex;
  justify-content: center;
  background: #0054a9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}

.navbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80rem;
  font-size: 0.875rem;
  line-height: 1.25rem; /* 142.857% */
  letter-spacing: -0.01313rem;
  padding: 0rem 1.5rem;
}

.main_logo a {
  display: flex;
  align-items: center;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  color: #e4e6ea;
  min-width: 15rem;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 1.94rem;
}

.nav-link {
  color: #fff;
  font-weight: 600;
}

.category-select-box-wrap {
  display: flex;
  width: 100%;
  max-width: 26.375rem;
  gap: 2rem;
  align-items: center;
}

.category-select-box {
  width: 100%;
  max-width: 21.375rem;
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.01313rem;
}

.category-select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0.62rem 0.63rem 0.63rem 1rem;
  border-radius: 0.5rem;
  z-index: 10;
  color: var(--medium-grey_1, #868a93);
  border-radius: 0.5rem;
  border: 1px solid var(--light-grey_1, #e4e6ea);
  background: var(--white, #fff);
}

.category-list {
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: calc(100% - 0.44rem);
  left: 0;
  background-color: #fff;
  list-style: none;
  color: #8f8f8f;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.category-list a {
  display: block;
  width: 100%;
  padding: 0.75rem 0 0.75rem 1rem;
  border-bottom: 1px solid var(--light-grey_1, #e4e6ea);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  overflow: hidden;
}

.category-list a:first-child {
  padding-top: calc(0.44rem + 0.75rem);
}

.category-list a:last-child {
  padding-bottom: calc(0.25rem + 0.75rem);
  border-radius: 0 0 0.5rem 0.5rem;
  border-bottom: none;
}

.category-list-selected {
  font-weight: 600 !important;
  color: #0054a9;
  background: var(--light-grey_2, #f7f8f9);
}

.category-list > a:hover {
  font-weight: 600;
  color: #0054a9;
  background: var(--light-grey_2, #f7f8f9);
}

.category-list > li a {
  text-decoration: none;
}

.hr_mobile_category {
  background: #f7f9fa;
}

.lang-select {
  width: 11.25rem;
}

.floating-banner {
  position: fixed;
  top: calc(9rem + 3.375rem / 2);
  flex-shrink: 0;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0px 8px 15px 0px rgba(228, 228, 228, 0.8);
  line-height: 1.25rem; /* 125% */
  width: 18rem;
}

.banner-border-wrap {
  display: flex;
  justify-content: center;
}

.banner-border {
  width: calc(100% - 3rem);
  background: var(--light-grey_1, #e4e6ea);
  margin: 1.25rem 0rem;
  height: 0.0625rem;
}

.banner-header {
  padding-top: 2.88rem;
  text-align: center;
  font-weight: 700;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  color: #0054a9;
  white-space: nowrap;
}

.banner-table {
  padding: 1.5rem 1.25rem;
}

.banner-table td {
  padding-bottom: 1.12rem;
}

.banner-table tr:last-child td {
  padding-bottom: 0rem;
}

.webx-active {
  color: #0054a9;
  font-weight: 700;
  letter-spacing: -0.015rem;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 3rem 2.5rem 2.5rem 2.5rem;
  border-radius: 0.5rem;
  border: 1px solid #e5eaf1;
  background: var(--white, #fff);
  z-index: 1000;
  width: 21.375rem;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85); /* 검정색 배경 */
  z-index: 999;
}

#close_icon {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  cursor: pointer;
}

.floating_icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

.select-demo {
  font-size: 0.875rem;
  line-height: 1.25rem; /* 142.857% */
  letter-spacing: -0.01313rem;
  color: #0054a9;
}

.novel-banner,
.webtoon-banner,
.report-banner,
.video-banner,
.hr-banner {
  opacity: 0;
  transition: opacity 0.5s;
}

@media (max-width: 652px) {
  .navbar_outer {
    height: 3.75rem;
  }

  .category-select-box {
    display: none;
  }

  .navbar-inner {
    padding: 0;
  }

  .category-select-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    background: #000;
    cursor: pointer;
    padding: 0.62rem 0.63rem 0.62rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid var(--light-grey_1, #e4e6ea);
    background: var(--white, #fff);
  }

  .header_function_btn {
    display: none !important;
  }
}

.header_function_btn {
  display: none;
}

@media (max-width: 1800px) {
  .floating-banner {
    display: none;
  }
  .header_function_btn {
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 44;
    cursor: pointer;
  }
}

@media (max-width: 1300px) {
  .middle-hidden {
    display: none;
  }
}

.header_function_btn_wrap {
  position: relative;
}

.header_function_banner {
  display: none;
  width: 17.1875rem;
  background: #fff;
  position: absolute;
  top: 1.5rem;
  right: 0;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  line-height: 1.25rem;
  z-index: 1;
}

.header_function_btn:hover ~ .header_function_banner {
  display: block;
}

.header-banner-header {
  padding: 1.625rem 1.9375rem 0.875rem 1.9375rem;
  text-align: center;
  font-weight: 700;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  color: #0054a9;
  white-space: nowrap;
  border-bottom: 1px solid var(--light-grey_1, #e4e6ea);
  background: var(--light-grey_2, #f7f8f9);
}

.header-banner-options li {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--light-grey_1, #e4e6ea);
  background: var(--white, #fff);
}

.header-banner-options li:last-child {
  border-bottom: none;
  padding-bottom: 1.31rem;
  border-radius: 0 0 0.5rem 0.5rem;
}

.option_print {
  padding: 0.37rem 1rem !important;
}

.visible-820 {
  display: block;
}

@media (max-width: 820px) {
  .visible-820 {
    display: none;
  }
}

@media ((min-width: 641px) and (max-width: 740px)) {
  .before-mobile {
    display: none;
  }
}
